home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / appshl.zip / APPSHELL.DOC < prev    next >
Text File  |  1991-08-17  |  3KB  |  87 lines

  1.        =======================================================
  2.        App Shell 1.0 - Template for File-oriented Applications
  3.        =======================================================
  4.  
  5.               App Shell Copyright (c) 1991 Jim Presley
  6.  
  7. ===========
  8. Description
  9. ===========
  10.  
  11. Features standard Windows 3.0 processing for:
  12.  
  13.   File
  14.     - New
  15.     - Open
  16.     - Save/Save As
  17.     - Print/Printer Setup
  18.     - Exit
  19.  
  20.   Help
  21.     - Using help
  22.     - About
  23.  
  24. A mini-text editor (multi-line text control) is used to demonstrate
  25. all file-oriented functions found in a standard Windows application.
  26. Windows Write was used as a model with improvements made where it 
  27. seemed to make sense.  The file open/save as dialogs adhere to the 
  28. Windows 3.0 conventions.  Printer setup and printing is allowed from
  29. any printer currently attached.  The user is allowed to cancel the
  30. printing from a modal dialog box.
  31.  
  32. In addition to providing a base for Visual Basic applications,
  33. App Shell also demonstrates many VB functions.  This includes a custom
  34. Windows DLL for printer setup.  The C source is included.
  35.  
  36.  
  37. ====================
  38. Copyrights & CYA :-)
  39. ====================
  40.  
  41. App Shell is protected by the copyright laws of the United States of
  42. America.  App Shell Copyright (c) 1991 Jim Presley.  App Shell is 
  43. freeware with the following intent:
  44.  
  45. -  You are free to incorporate App Shell into your code that will be 
  46.    distributed in executable form.
  47. -  You are free to distribute App Shell source or incorporate App Shell
  48.    source into your source code assuming no charge is required and this
  49.    copyright is maintained and acknowledged.
  50. -  You are free to distribute App Shell source as shareware assuming
  51.    you are an approved vendor and associate member of the Association
  52.    of Shareware Professionals (ASP).  No registration fee is required
  53.    but this copyright must be maintained and acknowledged.
  54. -  All other distribution rights are maintained by the author.
  55. -  The author makes NO warranties, express or implied, oral or written, 
  56.    including any implied warranties of merchantability or fitness for 
  57.    a particular purpose.  In no event shall the author be liable for 
  58.    any damages whatsoever arising out of the use of the software.
  59.  
  60.  
  61. ===============
  62. Release History
  63. ===============
  64.  
  65. 1.0 -  8/17/91 - Initial Release
  66.  
  67. If you find any bugs, anomalies, or have any questions or suggestions,
  68. please send them to Jim Presley (CIS ID - 73417,2674).  Enjoy!
  69.  
  70.  
  71. ============
  72. Installation
  73. ============
  74.  
  75. Notes:
  76.  
  77. 1.  Be sure to copy APPSHELL.DLL to your Windows directory or a 
  78. directory in your path.
  79.  
  80. 2.  If you make an EXE file, be sure not to name it APPSHELL.EXE
  81. as this will conflict with APPSHELL.DLL.
  82.  
  83.  
  84.               App Shell Copyright (c) 1991 Jim Presley
  85.  
  86.  
  87.